home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap22 / dun22_5.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  2.1 KB  |  86 lines

  1. <html>
  2. <head>
  3. <title>XYZ webcrafting</title>
  4. </head>
  5. <!--- these are the styles we'll be using in this document --->
  6. <style type="text/css">
  7. <!--
  8. all.subtitle {
  9. font-family:Arial;
  10. font-weight:bold;
  11. font-size:14pt;
  12. color:aqua;
  13. textAlign:center;
  14. }
  15.  
  16. all.menus {
  17. font-family:Tahoma;
  18. font-weight:bold;
  19. font-size:16pt;
  20. color:white;
  21. text-decoration:none;
  22. }
  23.  
  24. all.verbage{
  25. font-family:Tahoma,Arial;
  26. font-size:10pt;
  27. color:white;
  28. textAlign:justify;
  29. }
  30.  
  31. all.gtitle {
  32. font-family:Tahoma,Arial;
  33. font-weight:bold;
  34. font-size:xx-large;
  35. color:gray;
  36. textAlign:center;
  37. }
  38.  
  39. all.stitle {
  40. font-family:Tahoma,Arial;
  41. font-weight:bold;
  42. font-size:xx-large;
  43. color:silver;
  44. textAlign:center;
  45. }
  46.  
  47. -->
  48. </style>
  49. <body bgcolor="#000000" text="#ffffff">
  50.  
  51. <!-- This is the container layer for the entire newsletter -->
  52. <layer z-index=1 left=25 top=25 height=250 width=500 id="title_block">
  53.  
  54. <!-- These three layers make up the "x", "y" and "z" of the logo -->
  55. <layer left=0 top=0 height=65 width=40 id="main_x">
  56. <span class="gtitle">X</span>
  57. </layer>
  58. <layer z-index=3 left=30 top=12 height=65 width=40 id="main_y">
  59. <span class="stitle">Y</span>
  60. </layer>
  61. <layer z-index=1 left=60 top=0 height=65 width=40 id="main_z">
  62. <span class="gtitle">Z</span>
  63. </layer>
  64.  
  65. <!ùThese two layers create the thin blue lines used to  -->
  66. <!--outline the top-left of the newsletter -->
  67. <layer z-index=2 bgcolor="blue" left=50 top=5 height=240 width=1 id="div0">
  68. </layer>
  69. <layer z-index=2 bgcolor="blue" left=0 top=35 height=1 width=500 id="div1">
  70. </layer>
  71.  
  72. <layer z-index=3 left=310 top=25 id="sub_title" visibility=show>
  73. <span class="subtitle">w e b c r a f t i n g</span>
  74. </layer>
  75.  
  76. <layer z-index=2 left=125 top=55 width=375 id="title_block">
  77. <p class="verbage">don't the burden of building an online presence get to
  78. you? innovation comes easy at xyz.  we pride ourselves
  79. on being at the very forefront of technology, incorporating
  80. the latest in web design components.  just contact us for
  81. all your javascript, java, and dynamic html needs</p>
  82. </layer>
  83. </layer>
  84. </body>
  85. </html>
  86.